Bestsoft ID:
Password:  


Dash

Start writting your Operating System now in Dash by Downloading Bestsoft Space IDE Download

Function that Draw Square. "Draw.Square = 1 1 5 5 Red" (x(size),y(size),x(location),y(location),color)


Import Bestsoft.Dash

 
Class Kernel
    Start_Sub()
     Draw.Square = 10 10 12 14 Red
   End_Start_Sub
    
   Create.New.Sub Block
   Go to Block
End_Class